assert_le

(alias) function <T: -comparable> assert_le(actual: T, expected: T)

Asserts that the value is less than or equal to the expected value

Alias

Since

0.10.4

Parameters

actual

Actual value to compare

expected

The expected value